home *** CD-ROM | disk | FTP | other *** search
/ How Many Bugs in a Box / How Many Bugs in a Box.cdr / bugs / page3 / 00133.ls < prev    next >
Encoding:
Text File  |  1995-04-05  |  279 b   |  16 lines

  1. on exitFrame
  2.   global returnframe, stay
  3.   set returnframe to 0
  4.   if stay = 1 then
  5.     go(the frame)
  6.     exit
  7.   end if
  8.   puppetSound(0)
  9.   puppetSprite(40, 1)
  10.   puppetSprite(41, 1)
  11.   puppetSprite(42, 1)
  12.   if count(the windowList) > 0 then
  13.     forget(window "pagebar")
  14.   end if
  15. end
  16.